home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 68K / Mac / scripts / errors.txt < prev    next >
Text File  |  1996-05-20  |  33KB  |  593 lines

  1. 1     dsBusError      bus error
  2. 2     dsAddressErr    address error
  3. 3     dsIllInstErr    illegal instruction error
  4. 4     dsZeroDivErr    zero divide error
  5. 5     dsChkErr        check trap error
  6. 6     dsOvflowErr     overflow trap error
  7. 7     dsPrivErr       privilege violation error
  8. 8     dsTraceErr      trace mode error
  9. 9     dsLineAErr      line 1010 trap error
  10. 10    dsLineFErr      line 1111 trap error
  11. 11    dsMiscErr       miscellaneous hardware exception error
  12. 12    dsCoreErr       unimplemented core routine error
  13. 13    dsIrqErr        uninstalled interrupt error
  14. 14    dsIOCoreErr     IO Core Error
  15. 15    dsLoadErr       Segment Loader Error
  16. 16    dsFPErr         Floating point error
  17. 17    dsNoPackErr     package 0 not present [List Manager]
  18. 18    dsNoPk1         package 1 not present [Reserved by Apple]
  19. 19    dsNoPk2         package 2 not present [Disk Initialization]
  20. 20    dsNoPk3         package 3 not present [Standard File]
  21. 21    dsNoPk4         package 4 not present [Floating-Point Arithmetic]
  22. 22    dsNoPk5         package 5 not present [Transcendental Functions]
  23. 23    dsNoPk6         package 6 not present [International Utilities]
  24. 24    dsNoPk7         package 7 not present [Binary/Decimal Conversion]
  25. 25    dsMemFullErr    out of memory!
  26. 26    dsBadLaunch     can't launch file
  27. 27    dsFSErr         file system map has been trashed
  28. 28    dsStknHeap      stack has moved into application heap
  29. 30    dsReinsert      request user to reinsert off-line volume
  30. 31    dsNotThe1       not the disk I wanted (obsolete)
  31. 33    negZcbFreeErr   ZcbFree has gone negative
  32. 40    dsGreeting      welcome to Macintosh greeting
  33. 41    dsFinderErr     can't load the Finder error
  34. 42    shutDownAlert   handled like a shutdown error (obsolete)
  35. 43    dsSystemFileErr canÕt find System file to open (obsolete)
  36. 51    dsBadSlotInt    unserviceable slot interrupt
  37. 81    dsBadSANEopcode bad opcode given to SANE Pack4
  38. 84    menuPrgErr      happens when a menu is purged
  39. 85    dsMBarNFnd      SysErr -- cannot find MBDF
  40. 86    dsHMenuFindErr  SysErr -- recursively defined HMenus
  41. 87    dsWDEFnFnd      Could not load WDEF
  42. 88    dsCDEFnFnd      Could not load CDEF
  43. 89    dsMDEFnFnd      Could not load MDEF
  44. 98    dsNoPatch       Can't patch for particular Model Mac
  45. 99    dsBadPatch      Can't load patch resource
  46. 101   dsParityErr     memory parity error
  47. 102   dsOldSystem     System is too old for this ROM
  48. 103   ds32BitMode     booting in 32-bit on a 24-bit sys
  49. 20000 dsShutDownOrRestart   user choice between ShutDown and Restart
  50. 20001 dsSwitchOffOrRestart  user choice between switching off and Restart
  51. 20002 dsForcedQuit    allow the user to ExitToShell, return if Cancel
  52. 32767 dsSysErr        general system error (catch-all used in DSAT)General System Errors (VBL Mgr, Queue, Etc.)
  53. 0     noErr           No Error
  54. -1    qErr            queue element not found during deletion
  55. -2    vTypErr         invalid queue element
  56. -3    corErr          core routine number out of range
  57. -4    unimpErr        unimplemented core routine
  58. -5    SlpTypeErr      invalid queue element
  59. -8    seNoDB          no debugger installed to handle debugger command
  60. -17   controlErr      Driver can't respond to Control call
  61. -18   statusErr       Driver can't respond to Status call
  62. -19   readErr         Driver can't respond to Read call
  63. -20   writErr         Driver can't respond to Write call
  64. -21   badUnitErr      Driver ref num doesn't match unit table
  65. -22   unitEmptyErr    Driver ref num specifies NIL handle in unit table
  66. -23   openErr         Requested read/write permission doesn't match
  67.                       driver's open permission, or
  68.                       Attempt to open RAM serial Driver failed
  69. -24   closErr         Close failed; Permission to close .MPP driver
  70.                       was denied
  71. -25   dRemovErr       tried to remove an open driver
  72. -26   dInstErr        DrvrInstall couldn't find driver in resources
  73. -27   abortErr        IO call aborted by KillIO; Publisher has written
  74.                       a new edition *OR* IO abort error (Printing Manager)
  75. -28   notOpenErr      Couldn't rd/wr/ctl/sts cause driver not opened
  76. -29   unitTblFullErr  Unit table has no more entries
  77. -30   dceExtErr       dce extension error
  78. -33   dirFulErr       Directory full
  79. -34   dskFulErr       Disk full
  80. -35   nsvErr          No such volume; volume not found
  81. -36   ioErr           I/O error (bummers)
  82. -37   bdNamErr        Bad file name; there may be no bad names
  83.                       in the final system!
  84. -38   fnOpnErr        File not open
  85. -39   eofErr          End of file; no additional data in the format
  86. -40   posErr          Tried to position to before start of file (r/w)
  87. -41   mFulErr         Memory full (open) or file won't fit (load)
  88. -42   tmfoErr         too many files open
  89. -43   fnfErr          File not found; Folder not found;
  90.                       Edition container not found; Target not found
  91. -44   wPrErr          Diskette is write protected; Volume is locked
  92.                       through hardware
  93. -45   fLckdErr        File is locked *OR* Publisher writing to an edition
  94. -46   vLckdErr        Volume is locked through software
  95. -47   fBsyErr         File is busy (delete); Section doing I/O
  96. -48   dupFNErr        Duplicate filename (rename); File found
  97.                       instead of folder
  98. -49   opWrErr         File already open with with write permission
  99. -50   paramErr        Error in user parameter list
  100. -51   rfNumErr        Reference number invalid
  101. -52   gfpErr          Get file position error
  102. -53   volOffLinErr    Volume is off line
  103. -54   permErr         Software lock on file; Not a subscriber 
  104.                       [permissions error on file open]
  105. -55   volOnLinErr     drive volume already on-line at MountVol
  106. -56   nsDrvErr        no such drive (tried to mount a bad drive num)
  107. -57   noMacDskErr     not a mac diskette (sig bytes are wrong)
  108. -58   extFSErr        External file system Ñ file system identifier is nonzero
  109. -59   fsRnErr         file system internal error: during rename the old
  110.                       entry was deleted but could not be restoredÉ
  111. -60   badMDBErr       bad master directory block
  112. -61   wrPermErr       Write permissions error; Not a publisher
  113. -64   fontDecError    error during font declaration *OR* drive not installed
  114. -65   fontNotDeclared font not declared *OR* r/w requested for an off-line drive
  115. -66   fontSubErr      font substitution occured *OR* couldn't find 5 nybbles in 200 tries
  116. -67   noAdrMkErr      couldn't find valid addr mark
  117. -68   dataVerErr      read verify compare failed
  118. -69   badCksmErr      addr mark checksum didn't check
  119. -70   badBtSlpErr     bad addr mark bit slip nibbles
  120. -71   noDtaMkErr      couldn't find a data mark header
  121. -72   badDCksum       bad data mark checksum
  122. -73   badDBtSlp       bad data mark bit slip nibbles
  123. -74   wrUnderrun      write underrun occurred
  124. -75   cantStepErr     step handshake failed
  125. -76   tk0BadErr       track 0 detect doesn't change
  126. -77   initIWMErr      unable to initialize IWM
  127. -78   twoSideErr      tried to read 2nd side on a 1-sided drive
  128. -79   spdAdjErr       unable to correctly adjust disk speed
  129. -80   seekErr         track number wrong on address mark
  130. -81   sectNFErr       sector number never found on a track
  131. -82   fmt1Err         can't find sector 0 after track format
  132. -83   fmt2Err         can't get enough sync
  133. -84   verErr          track failed to verify
  134. -85   clkRdErr        unable to read same clock value twice
  135. -86   clkWrErr        time written did not verify
  136. -87   prWrErr         parameter ram written didn't read-verify
  137. -88   prInitErr       InitUtil found the parameter ram uninitialized
  138. -89   rcvrErr         SCC receiver error (framing, parity, OR)
  139. -90   breakRecd       Break received (SCC)
  140. -91   ddpSktErr       Error opening socket *OR* Invalid address or table is full
  141. -92   ddpLenErr       Data length too big *OR* Packet too large or first entry of the write-data
  142.                       structure did not contain the full 14-byte header
  143. -93   noBridgeErr     No router available [for non-local send]
  144. -94   lapProtErr      error in attaching/detaching protocol *OR* Protocol handler is already attached, nodeÕs
  145.                       protocol table is full, protocol not attached,
  146.                       or protocol handler pointer was not 0
  147. -95   excessCollsns   Hardware error [excessive collisions on write]
  148. -97   portInUse       driver Open error code (port is in use)
  149. -98   portNotCf       driver Open error code (parameter RAM not
  150.                       configured for this connection)
  151. -99   memROZErr       hard error in ROZ
  152. -100  noScrapErr      No scrap exists error
  153. -102  noTypeErr       Format not available [no object of that type in scrap]
  154. -108  memFullErr      Ran out of memory [not enough room in heap zone]
  155. -109  nilHandleErr    GetHandleSize fails on baseText or substitutionText;
  156.                       NIL master pointer [handle was NIL in HandleZone
  157.                       or other]
  158. -110  memAdrErr       Address was odd, or out of range
  159. -111  memWZErr        Attempted to operate on a free block; GetHandleSize
  160.                       fails on baseText or substitutionText
  161.                       [WhichZone failed (applied to free block)]
  162. -112  memPurErr       Trying to purge a locked or non-purgeable block
  163. -113  memAZErr        Address in zone check failed
  164. -114  memPCErr        Pointer Check failed
  165. -115  memBCErr        Block Check failed
  166. -116  memSCErr        Size Check failed
  167. -117  memLockedErr    Trying to move a locked block (MoveHHi)
  168. -120  dirNFErr        Directory not found
  169. -121  tmwdoErr        No free WDCB available
  170. -122  badMovErr       Move into offspring error
  171. -123  wrgVolTypErr    Not an HFS volume [wrong volume type error
  172.                       or (obsolete) operation not supported for MFS]
  173. -124  volGoneErr      Server volume has been disconnected.
  174. -125  updPixMemErr    Insufficient memory to update a pixmap
  175. -127  fsDSIntErr      Internal file system error *OR* Could not find HMenu's parent in MenuKey
  176. -126  dsMBarNFnd      System error code for MBDF not found
  177. -128  userCanceledErr User canceled an operation
  178. -130  fidNotFound     no file thread exists
  179. -131  fidNotAFile     directory specified
  180. -132  fidExists       file id already exists
  181. -147  regionTooBigError  Region too big or complex
  182. -148  pixMapTooBigErr    Pixel map record is deeper than 1 bit per pixel
  183.                          [passed pixelmap is too large]
  184. -149  notEnoughStack  Not enough stack space for the necessary buffers *OR* Insufficient stack
  185. -150  cMatchErr       Color2Index failed to find an index
  186. -151  cTempMemErr     Failed to allocate memory for temporary structures
  187. -152  cNoMemErr       Failed to allocate memory for structure
  188. -153  cRangeErr       Range error on colorTable request
  189. -154  cProtectErr     ColorTable entry protection violation
  190. -155  cDevErr         Invalid type of graphics device
  191. -156  cResErr         Invalid resolution for MakeITable
  192. -157  cDepthErr       Invalid pixel depth
  193. -158  cParmErr        Invalid parameter
  194. -185  badExtResource   Extended resource has a bad format.
  195. -186  CantDecompress   Resource bent ("the bends")
  196.                        can't decompress a compressed resource
  197. -188  resourceInMemory Resource already in memory
  198. -189  writingPastEnd   Writing past end of file
  199. -190  inputOutOfBounds Offset or count out of bounds
  200. -192  resNotFound      Resource not found
  201. -193  resFNotFound     Resource file not found
  202. -194  addResFailed     AddResource failed
  203. -195  addRefFailed     AddReference failed
  204. -196  rmvResFailed     RmveResource failed
  205. -197  rmvRefFailed     RmveReference failed
  206. -198  resAttrErr       Attribute inconsistent with operation
  207. -199  mapReadErr       Map inconsistent with operation
  208. -200  noHardware        Required sound hardware not available
  209.                         [no hardware support for the specified synthesizer]
  210. -201  notEnoughHardware Insufficient hardware available
  211.                         [no more channels for the specified synthesizer]
  212. -203  queueFull         No room in the queue
  213. -204  resProblem        Problem loading the resource
  214. -205  badChannel        Channel is corrupt or unusable
  215.                         [invalid channel queue length]
  216. -206  badFormat         Resource is corrupt or unusable
  217.                         [handle to 'snd ' resource was invalid]
  218. -207  notEnoughBufferSpace  Insufficient memory available
  219. -208  badFileFormat     File is corrupt or unusable, or not AIFF or AIFF-C
  220. -209  channel           Channel is busy
  221. -210  buffersTooSmall   Buffer is too small
  222. -211  channelNotBusy    Channel not currently used
  223. -212  noMoreRealTime    Not enough CPU time available
  224. -213  badParam          A parameter is incorrect
  225. -220  siNoSoundInHardware   No sound input hardware available
  226. -221  siBadSoundInDevice    Invalid sound input device
  227. -222  siNoBufferSpecified   No buffer specified
  228. -223  siInvalidCompression  Invalid compression type
  229. -224  siHardDiskTooSlow     Hard drive too slow to record
  230. -225  siInvalidSampleRate   Invalid sample rate
  231. -226  siInvalidSampleSize   Invalid sample size
  232. -227  siDeviceBusyErr       Sound input device is busy
  233. -228  siBadDeviceName       Invalid device name
  234. -229  siBadRefNum           Invalid reference number
  235. -230  siInputDeviceErr      Input device hardware failure
  236. -231  siUnknownInfoType     Unknown type of information
  237. -232  siUnknownQuality      Unknown quality
  238. -250  midiNoClientErr     no client with that ID found
  239. -251  midiNoPortErr       no port with that ID found
  240. -252  midiTooManyPortsErr too many ports already installed in the system
  241. -253  midiTooManyConsErr  too many connections made
  242. -254  midiVConnectErr     pending virtual connection created
  243. -255  midiVConnectMade    pending virtual connection resolved
  244. -256  midiVConnectRmvd    pending virtual connection removed
  245. -257  midiNoConErr        no connection exists between specified ports
  246. -258  midiWriteErr        couldn't write to all connected ports
  247. -259  midiNameLenErr      name supplied is longer than 31 characters
  248. -260  midiDupIDErr        duplicate client ID
  249. -261  midiInvalidCmdErr   command not supported for port type
  250. -299  nmTypErr        Invalid qTypeÑmust be ORD(nmType)
  251. -290  smSDMInitErr    SDM could not be initialized.
  252. -291  smSRTInitErr    Slot Resource Table could not be initialized.
  253. -292  smPRAMInitErr   Slot Resource Table could not be initialized.
  254. -293  smPriInitErr    Cards could not be initialized.
  255. -300  smEmptySlot     No card in slot
  256. -301  smCRCFail       CRC check failed for declaration data
  257. -302  smFormatErr     FHeader Format is not Apple's
  258. -303  smRevisionErr   Wrong revison level
  259. -304  smNoDir         Directory offset is Nil
  260. -305  smLWTstBad      Long Word test field <> $5A932BC7.
  261. -306  smNosInfoArray  No sInfoArray. Memory Mgr error.
  262. -307  smResrvErr      Fatal reserved error. Reserved field <> 0.
  263. -308  smUnExBusErr    Unexpected Bus Error
  264. -309  smBLFieldBad    ByteLanes field was bad.
  265. -310  smFHBlockRdErr  Error occured during _sGetFHeader.
  266. -311  smFHBlkDispErr  Error occured during _sDisposePtr (Dispose of
  267.                       FHeader block).
  268. -312  smDisposePErr   _DisposePointer error
  269. -313  smNoBoardsRsrc  No Board sResource.
  270. -314  smGetPRErr      Error occured during _sGetPRAMRec (See SIMStatus).
  271. -315  smNoBoardId     No Board Id.
  272. -316  smIntStatVErr   The InitStatusV field was negative after primary
  273.                       or secondary init.
  274. -317  smIntTblVErr    An error occured while trying to initialize the
  275.                       Slot Resource Table.
  276. -318  smNoJmpTbl      SDM jump table could not be created.
  277. -319  smBadBoardId    BoardId was wrong, re-init the PRAM record.
  278. -320  smBusErrTO      BusError time out.
  279. -330  smBadRefId      Reference Id not found in list
  280. -331  smBadsList      Bad sResource [sList] structure:
  281.                       Id1<Id2<Id3 É  format is not followed.
  282. -332  smReservedErr   Reserved field not zero
  283. -333  smCodeRevErr    Code revision is wrong
  284. -334  smCPUErr        Code revision is wrong
  285. -335  smsPointerNil   LPointer is nil {From sOffsetData. If this error
  286.                       occurs, check sInfo rec for more information.}
  287. -336  smNilsBlockErr  Nil sBlock error {Dont allocate and try to use a
  288.                       nil sBlock}
  289. -337  smSlotOOBErr    Slot out of bounds error
  290. -338  smSelOOBErr     Selector out of bounds error; function not implemented
  291. -339  smNewPErr       _NewPtr error
  292. -340  smBlkMoveErr    _BlockMove error
  293. -341  smCkStatusErr   Status of slot = fail.
  294. -342  smGetDrvrNamErr Error occured during _sGetDrvrName.
  295. -343  smDisDrvrNamErr Error occured during _sDisDrvrName.
  296. -344  smNoMoresRsrcs      No more sResources *OR* Specified sResource data structure not found
  297. -345  smsGetDrvrErr   Error occurred during _sGetDriver.
  298. -346  smBadsPtrErr    Bad pointer was passed to sCaldSPointer function
  299. -347  smByteLanesErr  ByteLanes field in cardÕs format block was
  300.                       determined to be zero
  301. -348  smOffsetErr     Offset was too big (temporary, should be fixed)
  302. -349  smNoGoodOpens   No opens were successfull in the loop.
  303. -350  smSRTOvrFlErr   SRT over flow.
  304. -351  smRecNotFnd     Record not found in the SRT.
  305. -360  slotNumErr      invalid slot # error
  306. -400  gcrOnMFMErr     gcr format on high density media error
  307. -450  editionMgrInitErr        Manager not initialized or could not
  308.                                load package
  309. -451  badSectionErr            Not a valid section type
  310. -452  notRegisteredSectionErr  Not registered
  311. -454  badSubPartErr            Bad edition container spec or invalid
  312.                                edition container
  313. -460  multiplePublisherWrn     Already is a publisher
  314. -461  containerNotFoundWrn     Alias was not resolved
  315. -463  notThePublisherWrn       Not the publisher
  316. -470  scsiBadPBErr    invalid field(s) in the parameter block
  317. -471  scsiOverrunErr  attempted to transfer too many bytes
  318. -472  scsiTransferErr write flag conflicts with data transfer phase
  319. -473  scsiBusTOErr    bus error during transfer
  320. -474  scsiSelectTOErr scsiSelTO exceeded (selection failed)
  321. -475  scsiTimeOutErr  scsiReqTO exceeded
  322. -476  scsiBusResetErr the bus was reset, so your request was aborted
  323. -477  scsiBadStatus   non-zero (not "Good") status returned
  324. -478  scsiNoStatusErr device did not go through a status phase
  325. -479  scsiLinkFailErr linked command never executed
  326. -489  scsiUnimpVctErr unimplemented routine was called
  327. -490  userBreak       user debugger break
  328. -491  strUserBreak    user debugger break - display string on stack
  329. -492  exUserBreak     user debugger break - execute commands on stack
  330. -500  rgnTooBigErr    Bitmap would convert into a region greater than 64 KB
  331. -501  teScrapSizeErr  scrap item too big for text edit record
  332. -502  hwParamrErr     bad selector for _HWPriv
  333. -600  procNotFound      No eligible process with specified process
  334.                         serial number
  335. -601  memFragErr        Not enough room to launch application
  336.                         w ith special requirements
  337. -602  appModeErr        Memory mode is 32-bit, but application is
  338.                         not 32-bit clean
  339. -603  protocolErr       app made module calls in improper order
  340. -604  hardwareConfigErr hardware configuration not correct for call
  341. -605  appMemFullErr     Partition size specified in 'SIZE' resource is
  342.                         not big enough for launch
  343. -606  appIsDaemon       Application is background-only
  344. -607  bufferIsSmall     Buffer is too small
  345. -608  noOutstandingHLE  No outstanding high-level event
  346. -609  connectionInvalid           Connection is invalid
  347. -610  noUserInteractionAllowed    Attempted PostHighLevelEvent from
  348.                           background and no session yet established
  349. -620  notEnoughMemoryErr      Insufficient physical memory
  350. -621  notHeldErr              Specified range of memory is not held
  351. -622  cannotMakeContiguousErr Cannot make specified range contiguous
  352. -623  notLockedErr            Specified range of memory is not locked
  353. -624  interruptsMaskedErr     Called with interrupts masked
  354. -625  cannotDeferErr          Unable to defer additional user functions
  355. -800  rcDBNull          The data item was NULL
  356. -801  rcDBValue         Data available or successfully retrieved
  357. -802  rcDBError         Error executing function
  358. -803  rcDBBadType       Next data item not of requested data type
  359. -804  rcDBBreak         Function timed out
  360. -805  rcDBExec          Query currently executing
  361. -806  reDBBadSessID     Session ID is invalid
  362. -807  rcDBBadSessNum    Invalid session number
  363. -808  rcDBBadDDEV       CouldnÕt find the specified database extension,
  364.                         or error occurred in opening database extension
  365. -809  rcDBAsyncNotSupp  The database extension does not support
  366.                         asynchronous calls
  367. -810  rcDBBadAsyncPB    Invalid parameter block specified
  368. -811  rcDBNoHandler     There is no handler for this data type
  369.                         installed for the current application
  370. -812  rcDBWrongVersion  Wrong version number
  371. -813  rcDBPackNotInited The InitDBPack function has not yet been called
  372. -850  hmHelpDisabled         Help balloons are not enabled
  373. -851  hmResNotFound          ????
  374. -852  hmMemFullErr           ????
  375. -853  hmBalloonAborted       Because of constant cursor movement,
  376.                              the help balloon wasnÕt displayed
  377. -854  hmSameAsLastBalloon    Menu and item are same as previous menu and item
  378. -855  hmHelpManagerNotInited Help menu not set up
  379. -856  hmBadSelector          ????
  380. -857  hmSkippedBalloon       No ballon content to fill in
  381. -858  hmWrongVersion         Wrong version of Help Manager resource
  382. -859  hmUnknownHelpType      Help message record contained a bad type
  383. -860  hmCouldNotLoadPackage  ????
  384. -861  hmOperationUnsupported Bad method parameter
  385. -862  hmNoBalloonUp          No balloon showing
  386. -863  hmCloseViewActive  User using Close View wonÕt let you remove balloon
  387. -900  notInitErr       PPC Toolbox has not been initialized yet
  388. -902  nameTypeErr      Invalid or inappropriate locationKindSelector
  389.                        in location name
  390. -903  noPortErr        Invalid port name; Unable to open port or bad
  391.                        port reference number
  392. -904  noGlobalsErr     System unable to allocate memory, critical error
  393. -905  localOnlyErr     Network activity is currently disabled
  394. -906  destPortErr      Port does not exist at destination
  395. -907  sessTableErr     PPC Toolbox is unable to create a session
  396. -908  noSessionErr     Invalid session reference number
  397. -909  badReqErr        Bad parameter or invalid state for this operation
  398. -910  portNameExistsErr  Another port is already open with this name
  399. -911  noUserNameErr    User name unknown on destination machine
  400. -912  userRejectErr    Destination rejected the session request
  401. -915  noResponseErr    Unable to contact application
  402. -916  portClosedErr    The port was closed
  403. -917  sessClosedErr    The session has closed
  404. -919  badPortNameErr   PPC port record is invalid
  405. -922  noDefaultUserErr User has not specified owner name in Sharing Setup
  406.                        control panel
  407. -923  notLoggedInErr   Default user reference number does not yet exist
  408. -924  noUserRefErr     Unable to create a new user reference number
  409. -925  networkErr       An error has occurred in the network
  410. -926  noInformErr      PPCStart failed because target application did not
  411.                        have an inform pending
  412. -927  authFailErr      UserÕs password is wrong
  413. -928  noUserRecErr         Invalid user reference number
  414. -930  badServiceMethodErr  Service method is other than
  415.                            ppcServiceRealTime
  416. -931  badLocNameErr        Location name is invalid
  417. -932  guestNotAllowedErr   Destination port requires authentication
  418. -1024 nbpBuffOvr      Buffer overflow in LookupName
  419. -1025 nbpNoConfirm    Name not confirmed on ConfirmName
  420. -1026 nbpConfDiff     Name confirmed at different socket
  421. -1027 nbpDuplicate    Duplicate name exists already
  422. -1028 nbpNotFound     Name not found on remove
  423. -1029 nbpNISErr       Error trying to open the NIS
  424. -1066 aspBadVersNum   Server cannot support this ASP version
  425. -1067 aspBufTooSmall  Buffer too small
  426. -1068 aspNoMoreSess   No more sessions on server
  427. -1069 aspNoServers    No servers at that address
  428. -1070 aspParamErr     Parameter error
  429. -1071 aspServerBusy   Server cannot open another session
  430. -1072 aspSessClosed   Session closed
  431. -1073 aspSizeErr      Command block too big
  432. -1074 aspTooMany      Too many clients (server error)
  433. -1075 aspNoAck        No ack on attention request (server err)
  434. -1096 reqFailed  Request to contact router failed: retry count exceeded
  435. -1097 tooManyReqs     Too many concurrent requests
  436. -1098 tooManySkts     Too many concurrent responding-sockets
  437. -1099 badATPSkt       Bad ATP-responding socket
  438. -1100 badBuffNum      Bad response buffer number specififed
  439. -1101 noRelErr        No release received
  440. -1102 cbNotFound      Control Block not found; no pending
  441.                       asynchronous calls
  442. -1103 noSendResp      AddResponse issued without SendResponse
  443. -1104 noDataArea      No data area for request to MPP
  444. -1105 reqAborted      ERdCancel function called for this ERead
  445.                       [SendRequest aborted by RelTCB]
  446. -1273 errOpenDenied   Open request denied by recipient
  447. -1274 errDSPQueueSize Send or receive queue is too small
  448. -1275 errFwdReset     Read terminated by forward reset
  449. -1276 errAttention    Attention message too long
  450. -1277 errOpening      Attempt to open connection failed
  451. -1278 errState        Bad connection state for this operation
  452. -1279 errAborted      Request aborted by dspRemove or dspClose function
  453. -1280 errRefNum       Bad connection reference number
  454. -1300 fidNotFound     File ID not found [No file thread exists]
  455. -1301 fidExists       File id already exists
  456. -1302 notAFileErr     Specified file is a directory
  457. -1303 diffVolErr      Files on different volumes
  458. -1304 catChangedErr   Catalog has changed and CatPosition may be invalid
  459. -1305 desktopDamagedErr  The desktop database has become corrupted Ñ
  460.                       the Finder will fix this, but if your application is
  461.                       not running with the Finder, use DTReset or DTDelete
  462. -1700  errAECoercionFail     Data could not be coerced to the
  463.                              requested descriptor type
  464. -1701  errAEDescNotFound     Descriptor record was not found
  465. -1702  errAECorruptData      Data in an Apple event could not be read
  466. -1703  errAEWrongDataType    Wrong descriptor type
  467. -1704  errAENotAEDesc        Not a valid descriptor record
  468. -1705  errAEBadListItem      Operation involving a list item failed
  469. -1706  errAENewerVersion     Need a newer version of the Apple Event Manager
  470. -1707  errAENotAppleEvent    Event is not an Apple event
  471. -1708  errAEEventNotHandled  Event wasnÕt handled by an Apple event handler
  472. -1709  errAEReplyNotValid    AEResetTimer was passed an invalid reply
  473. -1710  errAEUnknownSendMode  Invalid sending mode was passed
  474. -1711  errAEWaitCanceled     User canceled out of wait loop for reply
  475.                              or reciept
  476. -1712  errAETimeout          Apple event timed out
  477. -1713  errAENoUserInteraction    No user interaction allowed
  478. -1714  errAENotASpecialFunction  Wrong keyword for a special function
  479. -1715  errAEParamMissed      Handler did not get all required paramters
  480. -1716  errAEUnknownAddressType   Unknown Apple event address type
  481. -1717  errAEHandlerNotFound  No handler found for an Apple event
  482.                              or a coersion
  483. -1718  errAEReplyNotArrived  Reply has not yet arrived
  484. -1719  errAEIllegalIndex     Not a valid list index
  485. -3101 buf2SmallErr    Packet too large for buffer; partial data returned
  486. -3102 noMPPErr        No MPP error
  487. -3103 ckSumErr        Check sum error
  488. -3104 extractErr      Extraction error
  489. -3105 readQErr        Read queue error
  490. -3106 atpLenErr       ATP length error
  491. -3107 atpBadRsp       ATP bad response error
  492. -3108 recNotFnd       Record not found
  493. -3109 sktClosedErr    Socket closed error
  494. -4096 ???             No free Connect Control Blocks available
  495. -4097 ???             Bad connection reference number
  496. -4098 ???             Request already active
  497. -4099 ???             Write request too big
  498. -4100 ???             Connection just closed
  499. -4101 ???             Printer not found, or closed
  500. -5000 accessDenied    Incorrect access for this file/folder
  501. -5006 DenyConflict    Permission/Deny mode conflicts with the current
  502.                       mode in which this fork is already open
  503. -5015 NoMoreLocks     Byte range locking failure from Server
  504. -5020 RangeNotLocked  Attempt to unlock an already unlocked range
  505. -5021 RangeOverlap    Attempt to lock some of an already locked range
  506. -5001 afpAuthContinue     AFP Authorization continue
  507. -5002 afpBadUAM           AFP Bad UAM
  508. -5003 afpBadVersNum       AFP Bad version number
  509. -5004 afpBitmapErr        AFP Bit map error
  510. -5005 afpCantMove         AFP Can't move error
  511. -5007 afpDirNotEmpty      AFP Dir not empty
  512. -5008 afpDiskFull         AFP Disk full
  513. -5009 afpEofError         AFP End-of-File error
  514. -5010 afpFileBusy         AFP File busy
  515. -5011 afpFlatVo           AFP Flat volume
  516. -5012 afpItemNotFound     AFP Information not found
  517. -5013 afpLockErr          AFP Lock error
  518. -5014 afpMiscErr          AFP Misc error
  519. -5016 afpNoServer         AFP No server
  520. -5017 afpObjectExists     AFP Object already exists
  521. -5018 afpObjectNotFound   AFP Object not found
  522. -5019 afpParmErr          AFP Parm error
  523. -5022 afpSessClosed       AFP Session closed
  524. -5023 afpUserNotAuth      AFP User not authorized
  525. -5024 afpCallNotSupported AFP Call not supported
  526. -5025 afpObjectTypeErr    AFP Object type error
  527. -5026 afpTooManyFilesOpen AFP Too many files open
  528. -5027 afpServerGoingDown  AFP Server going down
  529. -5028 afpCantRename       AFP Can't rename
  530. -5029 afpDirNotFound      AFP Directory not found
  531. -5030 afpIconTypeError    Size of new icon and one it replaces donÕt match
  532. -5031 afpVolLocked        Volume is Read-Only
  533. -5032 afpObjectLocked     Object is M/R/D/W inhibited
  534. -5500 envNotPresent   SysEnvirons trap not present - returned by glue.
  535. -5501 envBadVers      Version non-positive
  536. -5502 envVersTooBig   Version bigger than call can handle
  537. -5550 gestaltUnknownErr       Could not obtain the response
  538. -5551 gestaltUndefSelectorErr Undefined selector
  539. -5552 gestaltDupSelectorErr   Selector already exists
  540. -5553 gestaltLocationErr      Function not in system heapLaserWriter Driver Errors
  541. -8132 ????            Manual Feed time out
  542. -8133 ????            General PostScript Error
  543. -8150 ????            No LaserWriter chosen *OR* No LaserPrep dictionary installed
  544. -8151 ????            Version mismatch between LaserPrep dictionaries
  545. -8160 ????            Zoom scale factor out of range
  546. -11000 pictInfoVersionErr    Version number not zero
  547. -11001 pictInfoIDErr         Invalid PictInfo ID
  548. -11002 pictInfoVerbErr       Invalid verb combination specified
  549. -11003 cantLoadPickMethodErr Custom pick method not in resource chain
  550. -11004 colorsRequestedErr    Number out of range or greater than passed
  551.                              to NewPictInfo
  552. -11005 pictureDataErr        Invalid picture data
  553. -13000 pmBusyErr      Power Manager IC stuck busy
  554. -13001 pmReplyTOErr   Timed out waiting to begin reply handshake
  555. -13002 pmSendStartErr Power Manager IC did not start handshake
  556. -13003 pmSendEndErr   During send, Power Manager did not finish handshake
  557. -13004 pmRecvStartErr During receive, Power Manager did not start handshake
  558. -13005 pmRecvEndErr   During receive, Power Manager did not finish handshake
  559. -23000 ipBadLapErr           Bad network configuration
  560. -23001 ipBadCnfgErr          Bad IP configuration error
  561. -23002 ipNoCnfgErr           Missing IP or LAP configuration error
  562. -23003 ipLoadErr             Error in MacTCP load
  563. -23004 ipBadAddr             Error in getting address
  564. -23005 connectionClosing     Connection in closing
  565. -23006 invalidLength
  566. -23007 connectionExists      Request conflicts with existing connection
  567. -23008 connectionDoesntExist Connection does not exist
  568. -23009 insufficientResources Insufficient resources to perform request
  569. -23010 invalidStreamPtr
  570. -23011 streamAlreadyOpen
  571. -23012 connectionTerminated
  572. -23013 invalidBufPtr
  573. -23014 invalidRDS
  574. -23015 openFailed
  575. -23016 commandTimeout
  576. -23017 duplicateSocket
  577. -23030 ipOpenProtErr         Can't open new protocol, table full
  578. -23031 ipCloseProtErr        Can't find protocol to close
  579. -23032 ipDontFragErr         Packet too large to send w/o fragmenting
  580. -23033 ipDestDeadErr         Destination not responding
  581. -23034 ipBadWDSErr           Error in WDS format
  582. -23035 icmpEchoTimeoutErr    ICMP echo timed-out
  583. -23036 ipNoFragMemErr        No memory to send fragmented pkt
  584. -23037 ipRouteErr            Can't route packet off-net
  585. -23041 nameSyntaxErr
  586. -23042 cacheFault
  587. -23043 noResultProc
  588. -23044 noNameServer
  589. -23045 authNameErr
  590. -23046 noAnsErr
  591. -23047 dnrErr
  592. -23048 outOfMemory
  593.